home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / windows / mdiedit / menus.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-10-14  |  391 b   |  19 lines

  1. // menus.h
  2.  
  3. #ifndef __MENUS_H
  4. #define __MENUS_H
  5.  
  6. // Command menu identifiers not defined in OWLDEFS.H
  7. #define CM_FILESAVEALL    1
  8. #define    CM_DOSSHELL    2
  9. #define    CM_SHOWCLIPBOARD    11
  10. #define    CM_GOTOLINENUMBER    21
  11. #define    CM_SAVESTATE    31
  12. #define    CM_RESTORESTATE    32
  13. #define    CM_ABOUT    41
  14. #define VK_L            "L"
  15. #define MAINMENUPOS    3
  16. #define INITMENUPOS    2
  17.  
  18. #endif // ifdef __MENUS_H
  19.